Autogenerated HTML docs for v1.5.2-35-ga334
diff --git a/git-describe.html b/git-describe.html index e46d249..d1ff5bd 100644 --- a/git-describe.html +++ b/git-describe.html
@@ -272,7 +272,7 @@ </div> <h2>SYNOPSIS</h2> <div class="sectionbody"> -<p><em>git-describe</em> [--all] [--tags] [--abbrev=<n>] <committish>…</p> +<p><em>git-describe</em> [--all] [--tags] [--contains] [--abbrev=<n>] <committish>…</p> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> @@ -311,6 +311,16 @@ </p> </dd> <dt> +--contains +</dt> +<dd> +<p> + Instead of finding the tag that predates the commit, find + the tag that comes after the commit, and thus contains it. + Automatically implies --tags. +</p> +</dd> +<dt> --abbrev=<n> </dt> <dd> @@ -418,7 +428,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 04-Apr-2007 18:33:37 UTC +Last updated 22-May-2007 07:23:05 UTC </div> </div> </body>